home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Magazine Collection 2001
/
Delphi Magazine Collection 20001 (2001).iso
/
DISKS
/
Issue33
/
random
/
TestRand.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-03-18
|
229 b
|
15 lines
program TestRand;
uses
Forms,
TstrndU1 in 'TstrndU1.pas' {Form1},
TstRndU2 in 'TstRndU2.pas',
TstRndU3 in 'TstRndU3.pas';
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.